Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
scandir
scandir
List files and directories in the specified path
Name:
scandir
Category:
Directory functions
Programming Language:
php
One-line Description:
Returns an array of files and directories in the specified directory.
Related
How to Use scandir and filetype to Determine File Types and Categorize Files?
10
How to Fix scandir Not Listing Hidden Files in PHP? Troubleshooting and Solutions
7
Similar Functions
readdir
readdir
Readentriesfromdirec
closedir
closedir
Closethedirectoryhan
getcwd
getcwd
Getthecurrentworking
scandir
scandir
Listfilesanddirector
dir
dir
Returnsaninstanceoft
rewinddir
rewinddir
Rewindthedirectoryha
opendir
opendir
Openthedirectoryhand
chroot
chroot
Changetherootdirecto
Popular Articles
How to Fix scandir Not Listing Hidden Files in PHP? Troubleshooting and Solutions
How to Use scandir and filetype to Determine File Types and Categorize Files?